var go/types.topTypeSet
5 uses
go/types (current package)
interface.go#L32: var emptyInterface = Interface{complete: true, tset: &topTypeSet}
interface.go#L219: ityp.tset = &topTypeSet
typeset.go#L150: var topTypeSet = _TypeSet{terms: allTermlist}
typeset.go#L169: return &topTypeSet
universe.go#L86: def(NewTypeName(token.NoPos, nil, "any", &Interface{complete: true, tset: &topTypeSet}))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)